home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / arcers / tar316.zip / ROLL.H < prev    next >
Text File  |  1980-07-24  |  313b  |  16 lines

  1. /* roll.h - this is the part of the Tar program */
  2.  
  3. #ifdef MSDOS
  4. #    define __ARGS__(x) x
  5. #endif
  6.  
  7. #ifndef __ARGS__
  8. #    define __ARGS__(x) ()
  9. #endif
  10.  
  11. int    newroll    __ARGS__ ((char *));
  12. int    rewroll    __ARGS__ ((int));
  13. void    delroll    __ARGS__ ((void));
  14. int    rputc    __ARGS__ ((int));
  15. int    rgetc    __ARGS__ ((void));
  16.